home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / binaries / Windows / JavaIDL-EA-win32.EXE / JavaIDL / examples / hello / hello.idl next >
Encoding:
Text File  |  1997-02-28  |  83 b   |  9 lines

  1. module HelloApp 
  2. {
  3.     interface hello
  4.     {
  5.         string sayHello();
  6.     };
  7. };
  8.  
  9.